local h = PhysicalProperties.new(math.huge,math.huge, 0, math.huge, 0) for i,v in pairs(owner.Character:GetDescendants()) do if v:IsA("BasePart") then v.CustomPhysicalProperties=h end end